projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e916648
)
(custom-handle-keyword): Fix error message.
author
Karl Heuer
<kwzh@gnu.org>
Sun, 20 Jun 1999 19:29:15 +0000
(19:29 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sun, 20 Jun 1999 19:29:15 +0000
(19:29 +0000)
lisp/custom.el
patch
|
blob
|
history
diff --git
a/lisp/custom.el
b/lisp/custom.el
index 869681227ba222fff0eabe44a702e7a72a6fb353..5e5c5a644b13171b99686abfa67a19a6a0f34b6b 100644
(file)
--- a/
lisp/custom.el
+++ b/
lisp/custom.el
@@
-353,7
+353,7
@@
Fourth argument TYPE is the custom option type."
((eq keyword :tag)
(put symbol 'custom-tag value))
(t
- (error "Unknown keyword %s"
symbol))))
+ (error "Unknown keyword %s"
keyword))))
(defun custom-add-option (symbol option)
"To the variable SYMBOL add OPTION.